docs: don't use <application> tags
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 4 Feb 2014 23:01:24 +0000 (18:01 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 4 Feb 2014 23:01:24 +0000 (18:01 -0500)
gtk/deprecated/gtkiconfactory.c
gtk/gtkimage.c
gtk/gtkmain.c
gtk/gtkplug.c
gtk/gtksocket.c
gtk/gtktexttag.c

index a5c2c892e56dbaa138499b54d7be7e78a6acc772..efb8dd1512e3d4aa1ce682755a939443af882a4d 100644 (file)
@@ -51,7 +51,7 @@
  * @Title: Themeable Stock Images
  *
  * Browse the available stock icons using
- * the <application>gtk3-demo</application> application.
+ * the “gtk3-demo” application.
  *
  * An icon factory manages a collection of #GtkIconSet; a #GtkIconSet manages a
  * set of variants of a particular icon (i.e. a #GtkIconSet contains variants for
index b430b625c64bc86ac668f441f562d71d6865b5ab..6ff90deae29770f0f18824af4291970867983974 100644 (file)
  *
  * Sometimes an application will want to avoid depending on external data
  * files, such as image files. GTK+ comes with a program to avoid this,
- * called <application>gdk-pixbuf-csource</application>. This library
+ * called “gdk-pixbuf-csource”. This library
  * allows you to convert an image into a C variable declaration, which
  * can then be loaded into a #GdkPixbuf using
  * gdk_pixbuf_new_from_inline().
index 9234782bbc478cd16a10e115173aa46cf24bf117..44c2fa11407bedffba5bfc4f606c5ed72a6e675c 100644 (file)
@@ -243,9 +243,9 @@ gtk_get_micro_version (void)
 /**
  * gtk_get_binary_age:
  *
- * Returns the binary age as passed to <application>libtool</application>
+ * Returns the binary age as passed to `libtool`
  * when building the GTK+ library the process is running against.
- * If <application>libtool</application> means nothing to you, don't
+ * If `libtool` means nothing to you, don't
  * worry about it.
  *
  * Returns: the binary age of the GTK+ library
@@ -261,9 +261,9 @@ gtk_get_binary_age (void)
 /**
  * gtk_get_interface_age:
  *
- * Returns the interface age as passed to <application>libtool</application>
+ * Returns the interface age as passed to `libtool`
  * when building the GTK+ library the process is running against.
- * If <application>libtool</application> means nothing to you, don't
+ * If `libtool` means nothing to you, don't
  * worry about it.
  *
  * Returns: the interface age of the GTK+ library
index b93fb78b93ad41616e6e2af941755eb6b1d1a5b5..6c8817235cd1a294a9ac3db95c775fdeede2535a 100644 (file)
@@ -57,8 +57,8 @@
  * The communication between a #GtkSocket and a #GtkPlug follows the
  * <ulink url="http://www.freedesktop.org/Standards/xembed-spec">XEmbed</ulink>
  * protocol. This protocol has also been implemented in other toolkits,
- * e.g. <application>Qt</application>, allowing the same level of
- * integration when embedding a <application>Qt</application> widget
+ * e.g. Qt, allowing the same level of
+ * integration when embedding a Qt widget
  * in GTK+ or vice versa.
  *
  * The #GtkPlug and #GtkSocket widgets are only available when GTK+
index aab1a94de47ce8f43f4f26b0261238522a3ac35e..1388ddafe62ba894b560f577a3fb8f062d38cf4e 100644 (file)
  * The communication between a #GtkSocket and a #GtkPlug follows the
  * <ulink url="http://www.freedesktop.org/Standards/xembed-spec">XEmbed</ulink>
  * protocol. This protocol has also been implemented in other toolkits,
- * e.g. <application>Qt</application>, allowing the same level of
- * integration when embedding a <application>Qt</application> widget
+ * e.g. Qt, allowing the same level of
+ * integration when embedding a Qt widget
  * in GTK or vice versa.
  *
  * The #GtkPlug and #GtkSocket widgets are only available when GTK+
index 2462f736a985b91241116dada2bbcd5aa2342e26..abb54bb4d7ad38896e21b30bc086518422721b57 100644 (file)
@@ -60,7 +60,7 @@
  * before using them with that buffer.
  *
  * gtk_text_buffer_create_tag() is the best way to create tags.
- * See <application>gtk3-demo</application> for numerous examples.
+ * See “gtk3-demo” for numerous examples.
  *
  * For each property of #GtkTextTag, there is a "set" property, e.g.
  * "font-set" corresponds to "font". These "set" properties reflect